SetCSequenceFrameNumber
TheSetCSequenceFrameNumber
function informs the compressor in use for the specified sequence that frames are being compressed out of order.
pascal OSErr SetCSequenceFrameNumber (ImageSequence seqID, long frameNumber);
seqID
- Contains the unique sequence identifier that was returned by the
CompressSequenceBegin
function (described on page 3-100).frameNumber
- Specifies the frame number of the frame that is being compressed out of sequence.
DESCRIPTION
This information is only necessary for compressors that are sequence-sensitive.RESULT CODES
noErr 0 No error paramErr -50 Invalid parameter specified